<%=lang["comments"]%> |
<%if(intCategory){%><%=lang["category"]%>: <%=func.HTMLEncode(theCache.getCategoryByID(intCategory).name)%> | <%}%>
<%if(input["q"]){%><%=lang["search"]%>: <%=func.HTMLEncodeLite(input["q"])%> | <%}%>
<%=strPageLinks%>
[ <%=func.getDateTimeString("YY-MM-DD hh:ii:ss",postTime)%><%if(theUser.groupID==1){%> | <%=IP%><%}%> ]
<%if(theUser.loggedIn&&(theUser.rights["edit"]>1||(theUser.rights["edit"]==1&&(theUser.id==log_authorID||theUser.id==authorID)))){%>
/icon_edit.gif" alt="<%=lang['edit']%>">
<%}%>
<%if(theUser.loggedIn&&(theUser.rights["delete"]>1||(theUser.rights["delete"]==1&&(theUser.id==log_authorID||theUser.id==authorID)))){%>
?')">
/icon_del.gif" alt="<%=lang['delete']%>">
<%}%>
<%if(!hidden||theUser.id==log_authorID||(theUser.id==authorID&&authorID!=0)){%>
<%
var strContent=ubb.toHTML(func.HTMLEncode(content),ubbFlags,"",true)
if(arrKeywords.length>0){
strContent=func.highlight(strContent, arrKeywords);
}
%>
<%=strContent%>
<%if(editMark){
var arrEdit=editMark.split("$|$");
%>
[<%=lang["edited_by"]+arrEdit[0]+lang["at"]+arrEdit[1]%>]
<%}%>
<%}else{%>
<%=lang["hidden_comment"]%>
<%}%>
<%=lang["comments"]%> |
<%=strPageLinks%>